home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / v cisle / mobiDVD / MobiDVD-1.0.0.6.exe / xulrunner / mozctl.dll / 1033 / REGISTRY / 101 (.txt)
InstallShield Script  |  2007-07-27  |  1KB  |  40 lines

  1.     Mozilla.Browser.1 = s 'Mozilla Web Browser'
  2.         CLSID = s '{1339B54C-3453-11D2-93B9-000000000000}'
  3.     Mozilla.Browser = s 'Mozilla Web Browser'
  4.         CurVer = s 'Mozilla.Browser.1'
  5.     NoRemove CLSID
  6.         ForceRemove {1339B54C-3453-11D2-93B9-000000000000} = s 'MozillaBrowser Class'
  7.             ProgID = s 'Mozilla.Browser.1'
  8.             VersionIndependentProgID = s 'Mozilla.Browser'
  9.             ForceRemove 'Programmable'
  10.             InprocServer32 = s '%MODULE%'
  11.                 val ThreadingModel = s 'Apartment'
  12.             ForceRemove 'Control'
  13.             ForceRemove 'Programmable'
  14.             ForceRemove 'Insertable'
  15.             ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 1'
  16.             'MiscStatus' = s '0'
  17.                 '1' = s '131473'
  18.             'TypeLib' = s '{1339B53E-3453-11D2-93B9-000000000000}'
  19.             'Version' = s '1.0'
  20.             ForceRemove 'EnableFullPage'
  21.                 ForceRemove .xul
  22.                 ForceRemove .svg
  23.     NoRemove MIME
  24.         NoRemove Database
  25.             NoRemove 'Content Type'
  26.                 ForceRemove 'application/vnd.mozilla.xul+xml'
  27.                 {
  28.                     val Extension = s '.xul'
  29.                     val CLSID = s '{1339B54C-3453-11D2-93B9-000000000000}'
  30.                 }
  31.                 ForceRemove 'image/svg+xml'
  32.                 {
  33.                     val Extension = s '.svg'
  34.                     val CLSID = s '{1339B54C-3453-11D2-93B9-000000000000}'
  35.                 }
  36.     ForceRemove .xul = s 'Mozilla.Browser'
  37.         ForceRemove val 'Content Type' = s 'application/vnd.mozilla.xul+xml'
  38.     ForceRemove .svg = s 'Mozilla.Browser'
  39.         ForceRemove val 'Content Type' = s 'image/svg+xml'
  40.